sqpcsample Project Overview

This is an example program for using the SIMCA-QP part and the C interface of SIMCA-Q. 

To build, do the following:
./configure PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
make

Notice that if you have a SIMCA-QM license you will need to define SIMCA_QM to be able to run this
example.
./configure CFLAGS="-g -DSIMCA_QM" PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
make

To be able to run the application you need to have /usr/local/lib64 in your LD_LIBRARY_PATH. Do this
on the command-line:
export LD_LIBRARY_PATH=/usr/local/lib64

Then run SQPCSample with an usp of your choice:
./sqpc

The application is a console application that takes the name of a usp as arguments.

sqpcsample.c
    This is the main application source file.

sqprunner.c
    This is the c file where the actual interaction with SIMCA-QP takes place.

sqprunner.h
    The header file.

